home *** CD-ROM | disk | FTP | other *** search
/ Machine Hunter - Digital … Kit (Europe) (En,Fr,De) / Machine Hunter - Digital Press Kit (Europe) (En,Fr,De).bin / mac / EIDOSSS.CST / 00044_Script_44 < prev    next >
Text File  |  1997-04-30  |  188b  |  10 lines

  1. on exitFrame
  2.   if rollover (5) then
  3.     set the visible of sprite 5 to true
  4.     updatestage
  5.   else
  6.     set the visible of sprite 5 to false
  7.     updatestage
  8.   end if
  9.   stayhere
  10. end